home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / appletalk / netatalk / afs / afskrbsrc.sit.hqx / AFS Kerberos 1.0B0 / krb / osconf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-26  |  930 b   |  39 lines

  1. /*
  2.  * $Source: /afs/athena.mit.edu/user/j/jon/mac/CIncludes/krb/osconf.h,v $
  3.  * $Author: jon $
  4.  * $Header: /afs/athena.mit.edu/user/j/jon/mac/CIncludes/krb/osconf.h,v 1.2 90/02/25 19:02:13 jon Exp Locker: jon $
  5.  *
  6.  * Copyright 1988 by the Massachusetts Institute of Technology.
  7.  *
  8.  * For copying and distribution information, please see the file
  9.  * <mit-copyright.h>.
  10.  *
  11.  * Athena configuration.
  12.  */
  13.  
  14. #include <mit-copyright.h>
  15.  
  16. #ifdef vax
  17. #include "conf-bsdvax.h"
  18. #else /* !vax */
  19. #if defined(mips) && defined(ultrix)
  20. #include "conf-ultmips2.h"
  21. #else /* !Ultrix MIPS-2 */
  22. #ifdef ibm032
  23. #include "conf-bsdibm032.h"
  24. #else /* !ibm032 */
  25. #ifdef apollo
  26. #include "conf-bsdapollo.h"
  27. #else /* !apollo */
  28. #ifdef sun
  29. #include "conf-bsdm68k.h"
  30. #else /* !sun */
  31. #if defined(macintosh) && !defined(aux)
  32. #include "conf-MacOS.h"
  33. #endif /* macintosh */
  34. #endif /* sun */
  35. #endif /* apollo */
  36. #endif /* ibm032 */
  37. #endif /* mips */
  38. #endif /* vax */
  39.